blob: 36fdc878aabba66abeddc87f666d87ac7ccf95f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require glib.inc
PR = "${INC_PR}.0"
# This version requires a newer libtool that isn't default yet
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1 \
"
|