diff options
| author | Victor Kareh <[email protected]> | 2026-05-04 21:40:36 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-05-05 15:16:26 -0400 |
| commit | aa7d85e6c52e6881683b76951e08ccfa5f181196 (patch) | |
| tree | 4171abe818dec97cadefa3a8d9987c1899001015 /desktop-themes/TraditionalOk | |
| parent | a983b2c95aa405883f6d1f593aa5af2011ebc14f (diff) | |
| download | mate-themes-master.tar.bz2 mate-themes-master.tar.xz | |
Add a configure flag to optionally skip installation of GTK2 theme
files. Enabled by default for backward compatibility. Distros that have
dropped GTK2 can pass --disable-gtk2 to avoid installing unused theme
files.
Fixes #332
Diffstat (limited to 'desktop-themes/TraditionalOk')
| -rw-r--r-- | desktop-themes/TraditionalOk/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/Makefile.am b/desktop-themes/TraditionalOk/Makefile.am index 9492b9fa..7eb0477d 100644 --- a/desktop-themes/TraditionalOk/Makefile.am +++ b/desktop-themes/TraditionalOk/Makefile.am @@ -12,6 +12,14 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 \ + openbox-3 \ + xfwm4 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ |
