File: rules

package info (click to toggle)
waylandpp 1.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,460 kB
  • sloc: xml: 10,327; cpp: 4,361; makefile: 26
file content (13 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with pkgkde_symbolshelper

ifneq (,$(filter cross,$(DEB_BUILD_PROFILES)))
override_dh_auto_configure:
	dh_auto_configure -- -DWAYLAND_SCANNERPP=$(shell which wayland-scanner++)
endif