diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-16 18:17:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-16 18:17:35 +0000 |
commit | 122ad895758fc9b51395501f2be798f5d85cb17a (patch) | |
tree | fd92446c2f531dccd959e9024916ac75515f2b15 /packages/gtk-webcore | |
parent | e6c39a97f663d968a443ec45d28e51ed3ef37406 (diff) |
osb-nrcit: enable pango backend explicitly
Diffstat (limited to 'packages/gtk-webcore')
-rw-r--r-- | packages/gtk-webcore/osb-nrcit_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gtk-webcore/osb-nrcit_svn.bb b/packages/gtk-webcore/osb-nrcit_svn.bb index 8a11d61996..e42bcd4445 100644 --- a/packages/gtk-webcore/osb-nrcit_svn.bb +++ b/packages/gtk-webcore/osb-nrcit_svn.bb @@ -7,7 +7,7 @@ SECTION = "gpe" PV = "0.5.2+svn${SRCDATE}" PR = "r0" -DEPENDS = "curl librsvg osb-nrcore" +DEPENDS = "curl librsvg osb-nrcore pango" SRC_URI = "svn://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk;module=NRCit;proto=https \ file://gcc4-fno-threadsafe-statics-NRCit.patch;patch=1" @@ -17,6 +17,8 @@ DEFAULT_PREFERENCE = "-1" inherit autotools pkgconfig +EXTRA_OECONF = " --enable-pango " + do_configure () { autotools_do_configure cd ${S} |