2013-10-01 23:07:46 +08:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# psplash
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-02-27 00:03:26 +08:00
|
|
|
PSPLASH_VERSION = fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c
|
2014-01-11 03:50:21 +08:00
|
|
|
PSPLASH_SITE = git://git.yoctoproject.org/psplash
|
2017-03-30 21:43:32 +08:00
|
|
|
PSPLASH_LICENSE = GPL-2.0+
|
2019-06-20 04:58:35 +08:00
|
|
|
PSPLASH_LICENSE_FILES = COPYING
|
2014-01-11 03:50:21 +08:00
|
|
|
PSPLASH_AUTORECONF = YES
|
2020-03-12 06:08:08 +08:00
|
|
|
PSPLASH_DEPENDENCIES = host-gdk-pixbuf host-pkgconf
|
2020-02-27 00:03:26 +08:00
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
|
|
|
PSPLASH_DEPENDENCIES += systemd
|
|
|
|
PSPLASH_CONF_OPTS += --with-systemd
|
|
|
|
else
|
|
|
|
PSPLASH_CONF_OPTS += --without-systemd
|
|
|
|
endif
|
2013-10-01 23:07:46 +08:00
|
|
|
|
2014-06-12 04:55:02 +08:00
|
|
|
define PSPLASH_INSTALL_INIT_SYSTEMD
|
|
|
|
$(INSTALL) -D -m 644 package/psplash/psplash-start.service \
|
2015-04-22 01:50:35 +08:00
|
|
|
$(TARGET_DIR)/usr/lib/systemd/system/psplash-start.service
|
2014-06-12 04:55:02 +08:00
|
|
|
|
2020-02-27 00:03:26 +08:00
|
|
|
$(INSTALL) -D -m 644 package/psplash/psplash-systemd.service \
|
|
|
|
$(TARGET_DIR)/usr/lib/systemd/system/psplash-systemd.service
|
2014-06-12 04:55:02 +08:00
|
|
|
endef
|
|
|
|
|
2013-10-01 23:07:46 +08:00
|
|
|
$(eval $(autotools-package))
|