diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-10-27 23:16:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 19:57:31 +0100 |
commit | 6dc336b2935657f2e2d0d9eddab48e88f437dd55 (patch) | |
tree | 559a2040224cbdd1d7aada8e05775418a3d03e3b /package/cairo | |
parent | d5d5d2942f388a22fd808406645c7033a7d27048 (diff) |
host-pkgconfig is now host-pkg-config
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cairo')
-rw-r--r-- | package/cairo/cairo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index e160bf92c..2608e1447 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -36,7 +36,7 @@ CAIRO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_use_included_regex=no gl_cv_c_restrict=no -CAIRO_DEPENDENCIES = host-pkgconfig fontconfig pixman +CAIRO_DEPENDENCIES = host-pkg-config fontconfig pixman ifeq ($(BR2_PACKAGE_DIRECTFB),y) CAIRO_CONF_OPT += --enable-directfb |