[cmake]: linux aarch should define HAVE_DRM ON by default.

Just like in the android arm/aarch directory.

Change-Id: I27fd97835c92e23e0422cfdcd381c540b9af8fd9
Signed-off-by: sliver.chen <sliver.chen@rock-chips.com>
This commit is contained in:
sliver.chen
2018-02-08 09:20:01 +08:00
parent bae30008a7
commit 552e2db07f

View File

@@ -24,5 +24,6 @@ fi
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
-DRKPLATFORM=ON \
-DHAVE_DRM=ON \
-G "Unix Makefiles" \
${MPP_TOP}