mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-13 13:22:47 +01:00
fix package dependencies
This commit is contained in:
parent
bcfa7a5e25
commit
f3bacf688b
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
|||||||
|
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
DEPENDS += "libsdl2"
|
DEPENDS += " libsdl2 mesa virtual/libgles2 virtual/libgl "
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
SRC_URI = "file://sdl_test.cpp file://sdlgl.c file://sdlglshader.c"
|
SRC_URI = "file://sdl_test.cpp file://sdlgl.c file://sdlglshader.c"
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
DEPENS += " mesa libdrm alsa virtual/libgbm virtual/libgles2 udev libudev "
|
DEPENS += " mesa libdrm alsa virtual/libgbm virtual/libgles2 virtual/libgl udev libudev "
|
||||||
|
|
||||||
PACKAGECONFIG = " kmsdrm opengl gles2 alsa libusb "
|
PACKAGECONFIG = " kmsdrm opengl gles2 alsa libusb "
|
||||||
# PACKAGECONFIG:remove = "x11 wayland"
|
# PACKAGECONFIG:remove = "x11 wayland"
|
Loading…
x
Reference in New Issue
Block a user