gtk+: enable cups support.
This commit is contained in:
parent
03b2224739
commit
bfbbfad7df
|
@ -23,3 +23,10 @@ libm.so.6
|
|||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libcups.so.2
|
||||
libgssapi_krb5.so.2
|
||||
libkrb5.so.3
|
||||
libk5crypto.so.3
|
||||
libcom_err.so.2
|
||||
libz.so.1
|
||||
libcrypt.so.1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'gtk+'.
|
||||
pkgname=gtk+
|
||||
version=2.24.10
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-cups --with-xinput"
|
||||
configure_args="--enable-cups --with-xinput"
|
||||
short_desc="The GTK+ toolkit (v2)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtk.org"
|
||||
|
@ -47,4 +47,4 @@ Add_dependency build cairo-devel
|
|||
Add_dependency build pango-devel ">=1.28.0"
|
||||
Add_dependency build atk-devel ">=1.32.0"
|
||||
Add_dependency build gobject-introspection
|
||||
|
||||
Add_dependency build cups-devel
|
||||
|
|
Loading…
Reference in New Issue