initial push
This commit is contained in:
parent
dba15d21e9
commit
b687f4ba13
13
debian/rules
vendored
13
debian/rules
vendored
@ -3,10 +3,9 @@
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
|
||||
|
||||
|
||||
%:
|
||||
dh $@ --with bash_completion
|
||||
|
||||
dh $@ --with bash_completion
|
||||
|
||||
CONFFLAGS =
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
||||
@ -16,7 +15,11 @@ CONFFLAGS += \
|
||||
-Dsystemd=true
|
||||
endif
|
||||
|
||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
CONFFLAGS += -Dtests=true
|
||||
else
|
||||
CONFFLAGS += -Dtests=false
|
||||
endif
|
||||
|
||||
override_dh_auto_configure:
|
||||
GSETTINGS_SCHEMA_DIR=/opt/mutter-vrr/share/glib-2.0/schemas/:$(GSETTINGS_SCHEMA_DIR) PKG_CONFIG_PATH=/opt/mutter-vrr/lib/x86_64-linux-gnu/pkgconfig:$(PKG_CONFIG_PATH) LD_LIBRARY_PATH=/opt/mutter-vrr/lib/x86_64-linux-gnu:/opt/mutter-vrr/lib/x86_64-linux-gnu/mutter-11:/opt/mutter-vrr/lib/x86_64-linux-gnu/mutter-11/plugins:$(LD_LIBRARY_PATH) PATH=/opt/mutter-vrr/bin:$(PATH) dh_auto_configure -- \
|
||||
@ -25,10 +28,6 @@ override_dh_auto_configure:
|
||||
-Dextensions-tool:bash_completion=enabled \
|
||||
$(CONFFLAGS)
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
rm -r debian/tmp/etc/xdg/autostart/gnome-shell-overrides-migration.desktop
|
||||
|
||||
override_dh_makeshlibs:
|
||||
echo "dh_makeshlibs disabled!"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user