diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-07 10:39:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-07 10:39:06 +0000 |
commit | e5508935b1d4c6ea08fd5e2b2ab68b91f042c1e5 (patch) | |
tree | 790a7b1c214f3a53f374d4d906a55e6a1d24e787 /packages/popt | |
parent | af8d6b8139105e7a91e68c412b6cb55052ab98d5 (diff) |
popt: depend on gettext-native instead of gettext
Diffstat (limited to 'packages/popt')
-rw-r--r-- | packages/popt/popt_1.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/popt/popt_1.14.bb b/packages/popt/popt_1.14.bb index d78d8dc337..240ac52275 100644 --- a/packages/popt/popt_1.14.bb +++ b/packages/popt/popt_1.14.bb @@ -1,6 +1,6 @@ require popt.inc -DEPENDS = "gettext virtual/libintl" +DEPENDS = "gettext-native virtual/libintl" PR = "r1" |