diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 00:09:21 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 00:09:21 +0000 |
commit | 86525b1652fd5f87c1ff1733b6558c811389ef60 (patch) | |
tree | 834297ce06aee7a6ffc97354c5cfd85d726ca1ce /packages | |
parent | ca660ece4d394de45dbf427b3c4f952b5c6c6cb4 (diff) | |
parent | fbf626e7fffbf113605e3b935d1bb67269f9081d (diff) |
merge of '8c849d9d0b9d729aa6955275e0b002c5fe5d6113'
and 'a5d274603426b6aa3f4588098fa08ad8f8a95064'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gd/gd_2.0.33.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gd/gd_2.0.33.bb b/packages/gd/gd_2.0.33.bb index 78500bbcbd..7c1f7c3d19 100644 --- a/packages/gd/gd_2.0.33.bb +++ b/packages/gd/gd_2.0.33.bb @@ -2,7 +2,7 @@ SECTION = "libs" LICENSE = "GD" DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images." DEPENDS = "libpng jpeg zlib" -PR = "r0" +PR = "r1" SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz" S = "${WORKDIR}/gd-${PV}" @@ -12,6 +12,8 @@ inherit autotools binconfig gettext EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \ --with-png=${STAGING_LIBDIR}/.. \ --with-jpeg=${STAGING_LIBDIR}/.. \ + --without-freetype \ + --without-fontconfig \ --without-xpm \ --without-x" |