|
@@ -40,7 +40,7 @@ PANGO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
|
|
|
ac_use_included_regex=no gl_cv_c_restrict=no \
|
|
|
ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
|
|
|
|
|
|
-ifneq ($(BR2_PACKAGE_XSERVER_none),y)
|
|
|
+ifeq ($(BR2_PACKAGE_XORG7),y)
|
|
|
PANGO_CONF_OPT_X = --with-x \
|
|
|
--x-includes=$(STAGING_DIR)/usr/include/X11 \
|
|
|
--x-libraries=$(STAGING_DIR)/usr/lib --disable-glibtest
|
|
@@ -85,7 +85,7 @@ $(STAMP_DIR)/host_pango_configured: $(STAMP_DIR)/host_pango_unpacked $(STAMP_DIR
|
|
|
--prefix="$(HOST_DIR)/usr" \
|
|
|
--sysconfdir="$(HOST_DIR)/etc" \
|
|
|
--disable-static \
|
|
|
- $(if $(BR2_PACKAGE_XSERVER_none),--without-x,--with-x) \
|
|
|
+ $(if $(BR2_PACKAGE_XORG7),--with-x,--without-x) \
|
|
|
--disable-debug \
|
|
|
)
|
|
|
touch $@
|