Skip to content

Commit

Permalink
Merge pull request #29 from rdkcentral/develop
Browse files Browse the repository at this point in the history
RDKVREFPLT-4043: libepoxy build config changes
  • Loading branch information
arun-madhavan-013 authored Nov 22, 2024
2 parents 2b696b1 + aba2715 commit b6ed107
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes-graphics/libepoxy/libepoxy_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Below configurations are based on RPI4 platform configured with 'vc4graphics'.
EGLLIBNAME = "libEGL.so.1"
GLES1LIBNAME = "libGLESv1_CM.so"
GLES2LIBNAME = "libGLESv2.so.2"

TARGET_CFLAGS += " \
-DEGL_LIB_NAME=${EGLLIBNAME} \
-DGLES1_LIB_NAME=${GLES1LIBNAME} \
-DGLES2_LIB_NAME=${GLES2LIBNAME} \
"

0 comments on commit b6ed107

Please sign in to comment.