gtk3: removed deprecated --enable-gtk2-dependency flag
This commit is contained in:
parent
5eb8f0e6d5
commit
4aa99e8ca8
@ -1,7 +1,7 @@
|
||||
# Description: A multi-platform toolkit for creating graphical user interfaces
|
||||
# URL: http://www.gtk.org/
|
||||
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
||||
# Depends on: gtk, at-spi2-atk, libepoxy
|
||||
# Depends on: at-spi2-atk, libepoxy
|
||||
|
||||
name=gtk3
|
||||
version=3.16.3
|
||||
@ -11,7 +11,7 @@ source=(http://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.
|
||||
build () {
|
||||
cd gtk+-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man --enable-gtk2-dependency
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share/{gtk-doc,locale,gtk-3.0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user