Skip to content

Commit

Permalink
Merge pull request #1496 from mariux64/update-version-from-1.20.5-to-…
Browse files Browse the repository at this point in the history
…1.20.6

Update X.Org X Server from 1.20.5 to 1.20.6
  • Loading branch information
pmenzel authored Nov 26, 2019
2 parents 7a0eaae + ea2a7f6 commit c78c26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xorg-server.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xorg-server-1.20.5-0
# BEE_VERSION xorg-server-1.20.6-0

## 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 @@ -73,7 +73,7 @@ mee_install() {
}

mee_install_post() {
local genericdir=/usr/share/mxgfx-generic/lib
local genericdir=${DATADIR}/mxgfx-generic/lib
mkdir -p ${D}${genericdir}
mv ${D}${LIBDIR}/xorg/modules/extensions/libglx.so ${D}${genericdir}
ln -s /node/usr_share_mxgfx/lib/libglx.so ${D}${LIBDIR}/xorg/modules/extensions/libglx.so
Expand Down

0 comments on commit c78c26b

Please sign in to comment.