mirror of
https://github.com/ostreedev/ostree.git
synced 2025-08-25 13:49:24 +03:00
gnomeos: Ensure we have libarchive for ostree-native
This commit is contained in:
@ -5,9 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
|
||||
SRC_URI = "file:///src/ostree"
|
||||
S = "${WORKDIR}/ostree"
|
||||
|
||||
RDEPENDS += "libarchive"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--without-soup-gnome"
|
||||
EXTRA_OECONF = "--without-soup-gnome --with-libarchive"
|
||||
|
||||
FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"
|
||||
|
||||
|
Reference in New Issue
Block a user