mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
webkit: remove X.org server dependency
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
ca170e06fb
commit
2b29492cf7
@@ -19,7 +19,7 @@ WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config \
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||
WEBKIT_CONF_OPT += --with-target=x11
|
||||
WEBKIT_DEPENDENCIES += xserver_xorg-server xlib_libXt
|
||||
WEBKIT_DEPENDENCIES += xlib_libXt
|
||||
else
|
||||
WEBKIT_CONF_OPT += --with-target=directfb
|
||||
WEBKIT_DEPENDENCIES += directfb
|
||||
|
||||
Reference in New Issue
Block a user