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 -- \
|
|
|
|
-Duse_system_spdlog=enabled \
|
2023-07-12 18:08:44 +02:00
|
|
|
-Dwith_nvml=enabled \
|
2023-02-23 21:02:57 +01:00
|
|
|
-Dwith_xnvctrl=enabled \
|
|
|
|
-Dwith_wayland=enabled \
|
|
|
|
-Dmangoapp=true \
|
|
|
|
-Dmangohudctl=true \
|
|
|
|
-Dmangoapp_layer=true
|