20 lines
933 B
Makefile
20 lines
933 B
Makefile
################################################################################
|
|
#
|
|
# matchbox-startup-monitor
|
|
#
|
|
################################################################################
|
|
|
|
MATCHBOX_STARTUP_MONITOR_VERSION = 0.1
|
|
MATCHBOX_STARTUP_MONITOR_SOURCE = mb-applet-startup-monitor-$(MATCHBOX_STARTUP_MONITOR_VERSION).tar.bz2
|
|
MATCHBOX_STARTUP_MONITOR_SITE = http://downloads.yoctoproject.org/releases/matchbox/mb-applet-startup-monitor/$(MATCHBOX_STARTUP_MONITOR_VERSION)
|
|
MATCHBOX_STARTUP_MONITOR_LICENSE = GPL-2.0+
|
|
MATCHBOX_STARTUP_MONITOR_LICENSE_FILES = COPYING
|
|
MATCHBOX_STARTUP_MONITOR_DEPENDENCIES = matchbox-lib startup-notification
|
|
|
|
# Obsolete constructs in the archaic configure.ac generated an outworn
|
|
# configure script that incorrectly searches a C++ compiler. Regenerate
|
|
# the autoconf machinery to avoid failures without a C++ compiler.
|
|
MATCHBOX_STARTUP_MONITOR_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|