File: rules

package info (click to toggle)
mangohud 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,488 kB
  • sloc: cpp: 170,231; xml: 14,297; ansic: 11,983; python: 3,120; sh: 616; makefile: 13
file content (17 lines) | stat: -rwxr-xr-x 376 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_spdlog=enabled \
        -Dwith_nvml=disabled \
        -Dwith_xnvctrl=enabled \
        -Dwith_wayland=enabled \
        -Dmangoapp=true \
        -Dmangohudctl=true \
        -Dmangoapp=true \
        -Dmangoplot=enabled