diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-01 20:38:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-01 20:38:21 +0000 |
commit | 3ec27b9068f3b49cb50709a99d5fdfeda36dcc64 (patch) | |
tree | a0e19ef7765483934fb0c3c8d0a0008614ad376f | |
parent | 2f5564cc149d47386514769d853ac5c22a2aa444 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/01 21:38:07+01:00 (none)!pb
add gtk+ to DEPENDS
BKrev: 40e4763dTxm8naO7TV_Ycbtm1R-aWA
-rw-r--r-- | firefox/firefox_0.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe index a56d2d784e..7427c46d35 100644 --- a/firefox/firefox_0.9.oe +++ b/firefox/firefox_0.9.oe @@ -1,4 +1,4 @@ -DEPENDS = "xt xi zip-native" +DEPENDS = "xt xi zip-native gtk+" PR = "r1" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ |