From b64bb0324c2bb675c507387522f9c0a51b8b9d45 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Thu, 20 Jun 2019 15:49:02 +0900 Subject: [PATCH] spec: switch buildsystem to meson from autotools from upstream, autotools buildsystem has removed. tizen efl now uses meson for its buildsystem. Change-Id: I82e76cf9dab0f7933501d12bf92a9e84a32f34cd --- packaging/efl.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packaging/efl.spec b/packaging/efl.spec index d97e9ed..f05fe61 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -1,12 +1,6 @@ %bcond_without wayland %bcond_with x -%if "%{buildsystem}" == "meson" -# -%else -%bcond_without automake -%endif - %define enable_examples 0 %define enable_ephysics 0 %define enable_elua 0 -- 2.7.4