File: rules

package info (click to toggle)
fcitx5-chinese-addons 5.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,908 kB
  • sloc: cpp: 12,713; sh: 21; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@


# Should re-enable Qt6 functionality after Plasma 6.x is packaged
override_dh_auto_configure:
ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el))
	dh_auto_configure -- -DENABLE_BROWSER=OFF -DUSE_QT6=Off
else
	dh_auto_configure -- -DUSE_WEBKIT=OFF -DUSE_QT6=Off
endif