summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/firefox/Makefile1
-rw-r--r--package/harfbuzz/Makefile2
-rw-r--r--package/libXcursor/Makefile1
-rw-r--r--target/linux/config/Config.in.graphics1
4 files changed, 5 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 9c8c17373..bf3f7d8cb 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -81,6 +81,7 @@ CONFIGURE_ARGS+= --enable-application=browser \
--disable-crashreporter \
--disable-updater \
--disable-libjpeg-turbo \
+ --disable-xpcom-fastload \
--disable-elf-hack
TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 -L$(STAGING_DIR)/usr/lib32
diff --git a/package/harfbuzz/Makefile b/package/harfbuzz/Makefile
index 29d55eeee..4a0fae856 100644
--- a/package/harfbuzz/Makefile
+++ b/package/harfbuzz/Makefile
@@ -10,6 +10,8 @@ PKG_MD5SUM:= e901ffe556d706b7d43b272f83be7f09
PKG_DESCR:= OpenType text shaping engine
PKG_SECTION:= libs
PKG_SITES:= http://www.freedesktop.org/software/harfbuzz/release/
+PKG_DEPENDS:= libstdcxx
+PKG_BUILDDEP:= libstdcxx
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
diff --git a/package/libXcursor/Makefile b/package/libXcursor/Makefile
index 6bcf1883b..f60851ad2 100644
--- a/package/libXcursor/Makefile
+++ b/package/libXcursor/Makefile
@@ -10,6 +10,7 @@ PKG_MD5SUM:= 55558a41d0bcf9210636858844fa4d2f
PKG_DESCR:= xcursor library
PKG_SECTION:= x11/libs
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_BUILDDEP:= libXfixes libXrender
PKG_SUBPKGS:= LIBXCURSOR LIBXCURSOR_DEV
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
index 632bcf3e5..277d0f3e4 100644
--- a/target/linux/config/Config.in.graphics
+++ b/target/linux/config/Config.in.graphics
@@ -19,6 +19,7 @@ config ADK_KERNEL_VT_CONSOLE
config ADK_KERNEL_VGA_CONSOLE
boolean
default y if ADK_HARDWARE_VBOX
+ default y if ADK_HARDWARE_QEMU
default n
config ADK_KERNEL_FONTS