mangohud/debian/rules

20 lines
431 B
Plaintext
Raw Normal View History

2023-02-23 21:02:57 +01:00
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
2023-07-12 18:25:21 +02:00
--wrap-mode=default \
2023-07-12 18:08:44 +02:00
-Dwith_nvml=enabled \
2023-07-12 18:13:51 +02:00
-Dinclude_doc=true \
2023-02-23 21:02:57 +01:00
-Dwith_xnvctrl=enabled \
2023-07-12 18:13:51 +02:00
-Dwith_x11=enabled \
2023-02-23 21:02:57 +01:00
-Dwith_wayland=enabled \
2023-07-12 18:13:51 +02:00
-Dwith_dbus=enabled \
2023-02-23 21:02:57 +01:00
-Dmangoapp=true \
-Dmangohudctl=true \
-Dmangoapp_layer=true