File: rules

package info (click to toggle)
mangohud 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,524 kB
  • sloc: cpp: 36,925; ansic: 9,495; sh: 549; python: 344; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
        -Duse_system_vulkan=enabled \
        -Dwith_nvml=disabled \
        -Dwith_wayland=enabled \