summaryrefslogtreecommitdiffstats
path: root/package/startup-notification
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-10-17 22:47:32 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-10-17 22:48:06 +0200
commitbafe263a4165f67b7614d480648fb5e815f86fc3 (patch)
tree3d197b2a63f83d96b228528ea53aa059fc22f0ac /package/startup-notification
parente09f7b8623daa58cac6a89a69051effae461d609 (diff)
downloadbuildroot-novena-bafe263a4165f67b7614d480648fb5e815f86fc3.tar.gz
buildroot-novena-bafe263a4165f67b7614d480648fb5e815f86fc3.zip
startup-notification: ensure cross-X11 headers/libs are used
And not the host ones. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/startup-notification')
-rw-r--r--package/startup-notification/startup-notification.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk
index ec4a8959e..ad669ac07 100644
--- a/package/startup-notification/startup-notification.mk
+++ b/package/startup-notification/startup-notification.mk
@@ -12,6 +12,9 @@ STARTUP_NOTIFICATION_INSTALL_TARGET = YES
STARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
+STARTUP_NOTIFICATION_CONF_OPT = --with-x \
+ --x-includes="$(STAGING_DIR)/usr/include/X11" \
+ --x-libraries="$(STAGING_DIR)/usr/lib"
$(eval $(call AUTOTARGETS,package,startup-notification))