diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-29 20:50:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-29 20:50:15 +0000 |
commit | cc8a767ab1fd7604f99b0b1b54a20765a2e4d219 (patch) | |
tree | dc7edb8cdef5be6535ffadd9f626d5326838e6f5 /mozilla | |
parent | 209e2087d5ecee7f156407c0d2e08afa3e3e1677 (diff) |
switch xi to libxi
BKrev: 4182ad07qeX6npGrj0c3_rxRj_KLTg
Diffstat (limited to 'mozilla')
-rw-r--r-- | mozilla/firefox_0.9.2.oe | 2 | ||||
-rw-r--r-- | mozilla/firefox_0.9.3.oe | 2 | ||||
-rw-r--r-- | mozilla/firefox_0.9.oe | 2 | ||||
-rw-r--r-- | mozilla/thunderbird_0.7.3.oe | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mozilla/firefox_0.9.2.oe b/mozilla/firefox_0.9.2.oe index cae3422a0c..10e2dae241 100644 --- a/mozilla/firefox_0.9.2.oe +++ b/mozilla/firefox_0.9.2.oe @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "xt xi zip-native gtk+ orbit2" +DEPENDS = "xt libxi zip-native gtk+ orbit2" PR = "r10" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ diff --git a/mozilla/firefox_0.9.3.oe b/mozilla/firefox_0.9.3.oe index 4c12ad35e0..0695c61f3a 100644 --- a/mozilla/firefox_0.9.3.oe +++ b/mozilla/firefox_0.9.3.oe @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "xt xi zip-native gtk+ orbit2" +DEPENDS = "xt libxi zip-native gtk+ orbit2" PR = "r2" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ diff --git a/mozilla/firefox_0.9.oe b/mozilla/firefox_0.9.oe index 0238343d1f..bd0a0d922e 100644 --- a/mozilla/firefox_0.9.oe +++ b/mozilla/firefox_0.9.oe @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "xt xi zip-native gtk+ orbit2" +DEPENDS = "xt libxi zip-native gtk+ orbit2" PR = "r3" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ diff --git a/mozilla/thunderbird_0.7.3.oe b/mozilla/thunderbird_0.7.3.oe index 1e1344f714..77b1fb8b99 100644 --- a/mozilla/thunderbird_0.7.3.oe +++ b/mozilla/thunderbird_0.7.3.oe @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "xt xi zip-native gtk+ orbit2 gnupg" +DEPENDS = "xt libxi zip-native gtk+ orbit2 gnupg" RRECOMMENDS = "gnupg" PR = "r1" |