Skip to content

Commit

Permalink
Merge pull request #3243 from mariux64/mesa-demos-install-eglinfo
Browse files Browse the repository at this point in the history
mesa-demos: Install eglinfo
  • Loading branch information
pmenzel authored May 26, 2025
2 parents a995ec1 + aa179f5 commit d9359fc
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 d9359fc

Please sign in to comment.