Add openbox compilation options

master
David Mohammed 2018-05-13 00:03:26 +01:00
parent 973a2e16c9
commit a82e8d1d44
No known key found for this signature in database
GPG Key ID: C2EAA8A26ADC59EE
2 changed files with 17 additions and 0 deletions

View File

@ -268,6 +268,22 @@ endif # ENABLE_DARK
endif # ENABLE_METACITY
if ENABLE_OPENBOX
if ENABLE_LIGHT
cp -R $(srcdir)/openbox/Arc/* $(ithemedir)
endif # ENABLE_LIGHT
if ENABLE_DARKER
cp -R $(srcdir)/openbox/Arc-Darker/* $(ithemedarkerdir)
endif # ENABLE_DARKER
if ENABLE_DARK
cp -R $(srcdir)/openbox/Arc-Dark/* $(ithemedarkdir)
endif # ENABLE_DARK
endif # ENABLE_OPENBOX
if ENABLE_UNITY

View File

@ -24,6 +24,7 @@ ARC_ENABLE([UNITY], [unity], [Unity], [disable])
ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable])
ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable])
ARC_ENABLE([PLANK], [plank], [Plank theme], [disable])
ARC_ENABLE([OPENBOX], [openbox], [Openbox], [disable])
AS_IF([test "x$ENABLE_GNOME_SHELL$ENABLE_GTK3" != xnono], [ARC_GNOME])