disable gl_engine in default. 75/241075/1
authorHermet Park <chuneon.park@samsung.com>
Fri, 14 Aug 2020 08:44:17 +0000 (17:44 +0900)
committerHermet Park <chuneon.park@samsung.com>
Fri, 14 Aug 2020 08:45:13 +0000 (17:45 +0900)
We don't include gl compile before it works properly.

For development & test please turn it on in meson_option.txt locally.

Change-Id: I2ff8b06f8e1b496922f70ec580662e8886a9b93d

meson_options.txt

index 59d0130..3990b17 100644 (file)
@@ -1,7 +1,7 @@
 option('engines',
    type: 'array',
    choices: ['sw', 'gl'],
-   value: ['sw', 'gl'],
+   value: ['sw'],
    description: 'Enable Rasterizer Engine in thorvg')
 
 option('loaders',