rules: Build all extensions via the upstream build system

We don't need to hardcode the list to build, as the build system
provides a way to build 'all' extensions.
This commit is contained in:
Iain Lane
2019-08-13 11:26:54 +01:00
parent e6c1a3b052
commit 6d8c96d665
+1 -9
View File
@@ -1,17 +1,9 @@
#!/usr/bin/make -f
EXTENSIONS_ENABLED='apps-menu, places-menu, \
launch-new-instance, window-list, \
drive-menu, screenshot-window-sizer, \
windowsNavigator, workspace-indicator, \
auto-move-windows, native-window-placement, user-theme'
EXTENSIONS_DISABLED='example'
%:
dh $@ --with gnome
override_dh_auto_configure:
dh_auto_configure -- \
-Denable_extensions=$(EXTENSIONS_ENABLED) \
-Dextension_set=all \
-Dclassic_mode=true