From b4b8588aa2477a936109b32d04ba76aa6e6a3594 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Wed, 3 Apr 2019 15:12:17 +0900 Subject: [PATCH] spec: fix a build break edje_cc uses embryo_cc internally which has been removed before. so that this patch fixes it. Change-Id: Ie55bd74ab925167209b73da75cae5ab9f2b8a702 --- packaging/efl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/efl.spec b/packaging/efl.spec index 77d49a1..20d1655 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -1864,7 +1864,7 @@ ldconfig -l %{_libdir}/libelementary.so.1.22.0 %manifest %{name}.manifest %defattr(-,root,root,-) %license licenses/COPYING.SMALL -%exclude %{_bindir}/embryo_cc +%{_bindir}/embryo_cc %{_libdir}/libembryo.so.* %{_datadir}/embryo/include/default.inc -- 2.7.4