X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=29330902abf8fdbcc86e5f4cd3e4a20a9d3dbd98;hb=e96676a48a1948833044e39fc35af16e220d1580;hp=16dfe39b83658522c837e1525f06143583dae271;hpb=9c1d82e1b89b08acbd6c3c4d9117f79537146fa3;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/README.md b/README.md index 16dfe39..2933090 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,6 @@ Then run the following commands: $ ./configure --prefix=$DESKTOP_PREFIX $ make install -j8 -### Build target options - -OpenGL ES context: - -When building, the OpenGL ES version of the target should be specified. - -Valid version options are 20, 30, 31 for OpenGL ES versions 2.0, 3.0 and 3.1 respectively. - -With configure: -Add: *--enable-gles=X* - -With gbs: -Add to the gbs build line: *--define "%target_gles_version X"* - ### Building and executing test cases See the README.md in dali-adaptor/automated-tests.