]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
startup-notification: ensure cross-X11 headers/libs are used
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 17 Oct 2010 20:47:32 +0000 (22:47 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 17 Oct 2010 20:48:06 +0000 (22:48 +0200)
And not the host ones.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/startup-notification/startup-notification.mk

diff --git a/CHANGES b/CHANGES
index b8a41804eadd144366a97016d03b3f515e90cbfa..21fffdecf97a7304b2380909bc68f86ac0193a5e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        openssh, openvpn, oprofile, pango, patch, pcre, php,
        pkg-config, prboom, radvd, rdesktop, ruby, qt, quagga, samba,
        sawman, sdl_mixer, sdl_sound, setserial, shared-mime-info,
-       speex, sqlite, squashfs, strace, sylpheed, taglib, tcpdump,
-       thttpd, tiff, tn5250, torsmo, udev, udpcast, usbmount, usbutils,
-       vsftpd, vtun, which, wpa_supplicant, xapp_twm,
-       xapp_xbacklight, xapp_xcursorgen, xapp_xinput, xapp_xmore,
+       speex, sqlite, squashfs, startup-notification, strace,
+       sylpheed, taglib, tcpdump, thttpd, tiff, tn5250, torsmo, udev,
+       udpcast, usbmount, usbutils, vsftpd, vtun, which,
+       wpa_supplicant, xapp_twm, xapp_xbacklight, xapp_xcursorgen,
+       xapp_xinput, xapp_xmore,
        xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
        xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
        xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
index ec4a8959efc9fd5529532e392f1394855a838271..ad669ac07d215b3fb3e7fa6a1bbe2b0041852811 100644 (file)
@@ -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))