Commit 2aa7996
0
plików
+0
dodanych
-0
usuniętych
@@ -19,6 +19,9 @@ makedepends:
19
19
- glib
20
20
- gtk-doc
21
21
- libepoxy
22
+- xorg-libx11
23
+- xorg-libxext
24
+- xorg-libxrender
22
25
- xorg-libxinerama
23
26
- xorg-libxrandr
24
27
- xorg-libxcursor
@@ -53,6 +56,9 @@ build: |
53
56
mkdir -p build
54
57
cd build
55
58
59
+ export CFLAGS="${CFLAGS} -Wno-error=array-bounds -Wno-error=unused-but-set-variable -Wno-error"
60
+ export CXXFLAGS="${CXXFLAGS} -Wno-error"
61
+
56
62
meson setup --prefix=/usr \
57
63
--buildtype=release \
58
64
--sysconfdir=/etc \