mangohud/debian/rules
Ward Nakchbandi e8c73767a2 fisrt commit
2023-03-09 21:29:53 +03:00

18 lines
390 B
Makefile
Executable File

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
-Duse_system_vulkan=enabled \
-Duse_system_spdlog=enabled \
-Dwith_nvml=disabled \
-Dwith_xnvctrl=enabled \
-Dwith_wayland=enabled \
-Dmangoapp=true \
-Dmangohudctl=true \
-Dmangoapp_layer=true