build: resolve build error during migration submit/tizen/20190923.215628
authorJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:49:02 +0000 (06:49 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:49:02 +0000 (06:49 +0900)
gl_generic module should be copmpiled prior to the other modules.

@tizen_fix

Change-Id: I8be4330792836b4ba18b7b0b2493d950950b0227

src/modules/evas/engines/meson.build

index b81e019..8dcbaee 100644 (file)
@@ -46,7 +46,7 @@ if get_option('tizen') == true
 endif
 
 if have_gl_engine
-  engines += [['gl_generic', []]]
+  engines = [['gl_generic', []]] + engines
 endif
 
 foreach engine_conf : engines