summaryrefslogtreecommitdiff
path: root/package/metacity
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-02-23 15:17:17 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-23 22:37:03 +0100
commit8dbab113a07ff8b3223d0c0ea24f85effbc7cc61 (patch)
tree98a8661c3bf7ec60b8e46378b99d7a2cd40f4313 /package/metacity
parent9fbb169976a313a20b6fdaf37e67ce80c4771650 (diff)
host-perl-xml-parser: rename and refactor with perl infrastructure
Even though libxml-parser-perl had a Config.in file with an option to enable it on the target, this option was hidden by a dependency on BR2_HOST_ONLY. So in practice, it was not possible to enable libxml-parser-perl on the target. This allows us to rename libxml-parser-perl to perl-xml-parser to follow the new naming convention of Perl packages, without having to introduce Config.in.legacy material. In addition to this rename, the package is converted to use the newly introduced Perl package infrastructure. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/metacity')
-rw-r--r--package/metacity/metacity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/metacity/metacity.mk b/package/metacity/metacity.mk
index 9306b0020..18f5c7641 100644
--- a/package/metacity/metacity.mk
+++ b/package/metacity/metacity.mk
@@ -19,7 +19,7 @@ METACITY_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
METACITY_DEPENDENCIES = libgtk2 \
xlib_libX11 \
- host-libxml-parser-perl \
+ host-perl-xml-parser \
xlib_libXcomposite \
xlib_libXfixes \
xlib_libXrender \