2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libinput: update for new env

This commit is contained in:
Dylan Araps 2021-07-15 15:07:09 +03:00
parent 19ea517a9b
commit 5841bbd1fc
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -24,7 +24,6 @@ export CFLAGS="-Wno-unused-command-line-argument $CFLAGS"
export PKG_CONFIG_PATH="$PWD/usr/lib/pkgconfig"
export CFLAGS="$CFLAGS -I$PWD/usr/include -L$PWD/usr/lib"
export CFLAGS="$CFLAGS -I$PWD/usr/include/libevdev-1.0"
export DESTDIR="$1"
meson \
--prefix=/usr \