Codebase list virt-viewer / 3c6e6de
Build against GTK+3 Guido Günther 12 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 debhelper (>= 7),
77 autotools-dev,
88 libvirt-dev (>= 0.8.1),
9 libgtk-vnc-1.0-dev (>= 0.3.4),
9 libgtk-vnc-2.0-dev,
1010 libxml2-dev,
11 libgtk2.0-dev (>= 2.10),
11 libgtk-3-dev,
1212 autotools-dev,
1313 automake,
1414 libffi-dev,
1515 libtool,
16 libglade2-dev,
1716 intltool
1817 Standards-Version: 3.9.2
1918 Vcs-Git: git://git.debian.org/git/pkg-libvirt/virt-viewer.git
00 #!/usr/bin/make -f
11
22 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=-Wl,--as-needed
3 DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk=3.0
34
45 include /usr/share/cdbs/1/rules/debhelper.mk
56 include /usr/share/cdbs/1/class/autotools.mk