Merge pull request #4829 from Rmys/master

libinput:rebuild
This commit is contained in:
Rmys
2018-05-06 20:52:37 +03:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr -Ddocumentation=false")
shelltools.system("meson .. --prefix=/usr -Dudev-dir=/lib/udev -Ddocumentation=false")
def build():
+8
View File
@@ -41,6 +41,7 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec/libinput</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/lib/udev</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/man/man1</Path>
</Files>
@@ -60,6 +61,13 @@
</Package>
<History>
<Update release="10">
<Date>2018-05-06</Date>
<Version>1.10.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2018-04-12</Date>
<Version>1.10.4</Version>