mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[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:
@@ -24,5 +24,6 @@ fi
|
|||||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
|
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
|
||||||
-DRKPLATFORM=ON \
|
-DRKPLATFORM=ON \
|
||||||
|
-DHAVE_DRM=ON \
|
||||||
-G "Unix Makefiles" \
|
-G "Unix Makefiles" \
|
||||||
${MPP_TOP}
|
${MPP_TOP}
|
||||||
|
Reference in New Issue
Block a user