From bed623a6ac15916c120e6626f7f9042500656bfe Mon Sep 17 00:00:00 2001 From: kikadf Date: Sun, 6 Dec 2020 13:58:18 +0100 Subject: [PATCH] efl: reenabled systemd support on linux --- efl/Makefile | 8 +++++++- efl/PLIST | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/efl/Makefile b/efl/Makefile index e42cc76cf5..34297ffdf3 100644 --- a/efl/Makefile +++ b/efl/Makefile @@ -2,7 +2,7 @@ DISTNAME= efl-1.25.1 CATEGORIES= x11 -PKGREVISION= 2 +PKGREVISION= 3 MASTER_SITES= https://download.enlightenment.org/rel/libs/efl/ EXTRACT_SUFX= .tar.xz @@ -51,7 +51,13 @@ BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen .include "../../mk/bsd.prefs.mk" .include "options.mk" +PLIST_VARS+= linux + +.if ${OPSYS} != "Linux" MESON_ARGS+= -Dsystemd=false +.else +PLIST.linux= yes +.endif MESON_ARGS+= -Deeze=false MESON_ARGS+= -Dbuild-tests=false MESON_ARGS+= -Dbuild-examples=false diff --git a/efl/PLIST b/efl/PLIST index b041302524..c42a8d40fc 100644 --- a/efl/PLIST +++ b/efl/PLIST @@ -2050,6 +2050,7 @@ lib/cmake/Evas/EvasConfig.cmake lib/cmake/Evas/EvasConfigVersion.cmake lib/cmake/EvasCxx/EvasCxxConfig.cmake lib/cmake/EvasCxx/EvasCxxConfigVersion.cmake +${PLIST.linux}lib/ecore/system/systemd/v-1.25/module.so lib/ecore/system/upower/v-1.25/module.so lib/ecore_con/utils/v-1.25/efl_net_proxy_helper lib/ecore_evas/engines/extn/v-1.25/module.so @@ -2338,6 +2339,7 @@ lib/pkgconfig/ethumb.pc lib/pkgconfig/ethumb_client.pc lib/pkgconfig/evas-cxx.pc lib/pkgconfig/evas.pc +${PLIST.linux}lib/systemd/user/ethumb.service share/applications/elementary_config.desktop share/applications/elementary_perf.desktop share/applications/elementary_test.desktop