sync evas examples build with current efl tree build

This commit is contained in:
Mike Blumenkrantz 2018-08-21 15:07:40 -04:00
parent bf52453fc4
commit 5e64366537
3 changed files with 10 additions and 3 deletions

View File

@ -3,9 +3,9 @@ EDJE_CC=edje_cc
EDJE_CODEGEN=edje_codegen
COMMON_FLAGS= \
`pkg-config --libs --cflags eina,ecore,evas,ecore-evas,edje,eo,ecore-file` \
-lm \
-DEFL_EO_API_SUPPORT \
-DEFL_BETA_API_SUPPORT
-lm
#-DEFL_EO_API_SUPPORT \
#-DEFL_BETA_API_SUPPORT
EDJE_OBJS= aspect.edj
@ -60,6 +60,7 @@ evas-transparent \
evas-vg-batman \
evas-vg-simple
all: edje examples
edje: $(EDJE_OBJS)
examples: $(EXAMPLES)

View File

@ -15,6 +15,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#else
#define EFL_EO_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#include <Eina.h>

View File

@ -17,6 +17,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#else
#define EFL_EO_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#include <Ecore.h>