diff mbox series

[6/6] package/enlightenment: install to staging

Message ID 20180315225012.9845-6-romain.naour@gmail.com
State Accepted
Commit b71a4e2067996beb102aaef6af6f14356c95be8f
Headers show
Series [1/6] package/efl: bump to 1.20.7 | expand

Commit Message

Romain Naour March 15, 2018, 10:50 p.m. UTC
enlightenment provide enlightenment.pc and some shared libraries.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/enlightenment/enlightenment.mk | 3 +++
 1 file changed, 3 insertions(+)

Comments

Peter Korsgaard March 17, 2018, 8:56 a.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > enlightenment provide enlightenment.pc and some shared libraries.

Committed, thanks.

Do we have any packages today needing these?
Romain Naour March 17, 2018, 12:12 p.m. UTC | #2
Le 17/03/2018 à 09:56, Peter Korsgaard a écrit :
>>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:
> 
>  > enlightenment provide enlightenment.pc and some shared libraries.
> 
> Committed, thanks.
> 
> Do we have any packages today needing these?
> 

I don't think so. But It can be used for custom enlightenment extensions, from a
Buildroot sdk.

Best regards,
Romain
diff mbox series

Patch

diff --git a/package/enlightenment/enlightenment.mk b/package/enlightenment/enlightenment.mk
index ae68888aac..ba6b54143e 100644
--- a/package/enlightenment/enlightenment.mk
+++ b/package/enlightenment/enlightenment.mk
@@ -26,6 +26,9 @@  ENLIGHTENMENT_MESON_OPTS += \
 	-Deldbus-codegen=$(HOST_DIR)/bin/eldbus-codegen \
 	-Dpam=false
 
+# enlightenment.pc and /usr/lib/enlightenment/modules/*.so
+ENLIGHTENMENT_INSTALL_STAGING = YES
+
 ifeq ($(BR2_PACKAGE_SYSTEMD),y)
 ENLIGHTENMENT_MESON_OPTS += -Dsystemd=true
 ENLIGHTENMENT_DEPENDENCIES += systemd