Skip to content

Commit

Permalink
mesa-demos: Install eglinfo
Browse files Browse the repository at this point in the history
Increment revision to 4.
  • Loading branch information
pmenzel committed May 20, 2025
1 parent 8f4c225 commit aa179f5
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit aa179f5

Please sign in to comment.