mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
libgusb: Upgraded to 0.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
46bd0ac72a
commit
62b58fb313
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libgusb
|
PRGNAM=libgusb
|
||||||
VERSION=${VERSION:-0.3.10}
|
VERSION=${VERSION:-0.4.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ meson setup \
|
||||||
--libdir=lib${LIBDIRSUFFIX} \
|
--libdir=lib${LIBDIRSUFFIX} \
|
||||||
--libexecdir=/usr/lib${LIBDIRSUFFIX} \
|
--libexecdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
-Ddocs=true \
|
-Ddocs=false \
|
||||||
..
|
..
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
|
|
Loading…
Reference in a new issue