diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-03-06 09:22:30 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-11 22:30:33 +0100 |
commit | 9ae23e391146914b3ae29294210e15d7be0e7b61 (patch) | |
tree | 6adfa3bdedb9b1db043a1f7617725a4bc58daaa4 /package/startup-notification | |
parent | f0f84dfde55fda967ca77d66e5db7948dea43764 (diff) |
packages: remove redundant INSTALL_TARGET=YES declarations
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/startup-notification')
-rw-r--r-- | package/startup-notification/startup-notification.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index cbcaad3a3..60778ca80 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -7,9 +7,7 @@ STARTUP_NOTIFICATION_VERSION = 0.9 STARTUP_NOTIFICATION_SOURCE = startup-notification-$(STARTUP_NOTIFICATION_VERSION).tar.gz STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases STARTUP_NOTIFICATION_INSTALL_STAGING = YES -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" \ |