Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
kmscube: Add mesa as a build dependency
Browse files Browse the repository at this point in the history
Mesa dependency was missed resulting in build error:

/usr/include/EGL/eglext.h:1210:10: fatal error: EGL/eglmesaext.h: No such file or directory
 #include <EGL/eglmesaext.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  • Loading branch information
Oleksandr Andrushchenko authored and andr2000 committed Jun 23, 2018
1 parent 9c651ee commit 116d103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm"
HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/"
LICENSE = "MIT"
SECTION = "graphics"
DEPENDS = "virtual/libgles2 virtual/egl libdrm libgbm gstreamer1.0 gstreamer1.0-plugins-base"
DEPENDS = "mesa virtual/libgles2 virtual/egl libdrm libgbm gstreamer1.0 gstreamer1.0-plugins-base"

LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"

Expand Down

0 comments on commit 116d103

Please sign in to comment.