imlib: add missing dependency libpng
This commit is contained in:
parent
c1200fb52d
commit
7f56f51301
@ -2,7 +2,7 @@
|
||||
# URL: http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Daniel Mueller, daniel at danm dot de
|
||||
# Depends on: gtk1 libungif libtiff
|
||||
# Depends on: gtk1 libungif libtiff libpng
|
||||
|
||||
name=imlib
|
||||
version=1.9.15
|
||||
@ -12,8 +12,9 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/imlib/${version%.*}/imlib-$versio
|
||||
|
||||
build() {
|
||||
cd imlib-$version
|
||||
|
||||
# Security patch
|
||||
patch -p1 -i $SRC/imlib-$version.patch
|
||||
patch -p 1 -i $SRC/imlib-$version.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user