File: rules

package info (click to toggle)
q4wine 1.3.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,620 kB
  • sloc: cpp: 19,018; xml: 273; ansic: 206; python: 145; sh: 92; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = $(shell dpkg-buildflags --get CPPFLAGS)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

CMAKEOPTS = -DLIBS_ENTRY_PATH=/usr/lib/q4wine/ \
            -DQT5=ON \
            -DUSE_GZIP=ON \
            -DWITH_WINEAPPDB=OFF

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(CMAKEOPTS)