diff options
Diffstat (limited to 'package/pango')
-rw-r--r-- | package/pango/pango.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk index b94a9b581..bfad81a2d 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -82,7 +82,7 @@ $(PANGO_HOST_DIR)/.configured: $(PANGO_HOST_DIR)/.unpacked $(PKGCONFIG_HOST_BINA --prefix=$(HOST_DIR)/usr \ --sysconfdir=$(HOST_DIR)/etc \ --disable-static \ - --with-x \ + $(if $(BR2_PACKAGE_XSERVER_none),--without-x,--with-x) \ --disable-debug \ ) touch $@ |