Skip to content

mesa-demos: Install eglinfo #3243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mesa-demos.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mesa-demos-8.4.0-3
# BEE_VERSION mesa-demos-8.4.0-4

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -71,7 +71,7 @@ mee_install() {
# Install gears and glinfo, as well as a few other demos:
mee_install_post() {
mkdir -p ${D}/usr/bin
for demo in gears glinfo glthreads glxcontexts glxdemo glxgears \
for demo in eglinfo gears glinfo glthreads glxcontexts glxdemo glxgears \
glxgears_fbconfig glxheads glxinfo glxpbdemo glxpixmap ; do
mv --verbose ${D}/cruft/usr/bin/$demo ${D}/usr/bin
done
Expand Down