File: rules

package info (click to toggle)
mangohud 0.6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,676 kB
  • sloc: cpp: 58,377; ansic: 11,109; sh: 583; python: 518; xml: 34; makefile: 13
file content (17 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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