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