File: rules

package info (click to toggle)
fcitx-configtool 0.4.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 656 kB
  • ctags: 815
  • sloc: ansic: 6,785; sh: 16; makefile: 8; xml: 7
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
CFLAGS += $(CPPFLAGS)
CXXFLAGS += $(CPPFLAGS)

%:
	dh  $@

override_dh_auto_configure:
	dh_auto_configure -Scmake -- -DENABLE_GTK2=On -DENABLE_GTK3=On