diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-03-02 11:59:27 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-11 22:25:22 +0100 |
commit | d2fd57efe371a6757c85fe20e58d1a26e820df3d (patch) | |
tree | 4df46f27dee0954ffe200b578f644589e67c3157 /package/startup-notification | |
parent | 790fcac794c5144b1d5ca20a4560f46a7a7f2f9f (diff) |
packages: remove redundant AUTORECONF=NO declarations
[Peter: handle libgtk2 as well]
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index bebb8e936..cbcaad3a3 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -6,7 +6,6 @@ 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_AUTORECONF = NO STARTUP_NOTIFICATION_INSTALL_STAGING = YES STARTUP_NOTIFICATION_INSTALL_TARGET = YES STARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11 |