gnome-boxes: fix linkage against bundled libs
This commit is contained in:
parent
2453a5080b
commit
37744c6995
2 changed files with 12 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
Reason: Fix linkage against bundeled libs
|
||||||
|
--- src/meson.build
|
||||||
|
+++ src/meson.build
|
||||||
|
@@ -202,6 +202,7 @@ executable ('gnome-boxes', vala_sources + resources,
|
||||||
|
c_args : c_args,
|
||||||
|
dependencies: dependencies,
|
||||||
|
link_with: libcommon,
|
||||||
|
+ install_rpath: join_paths (get_option ('prefix'), pkglibdir),
|
||||||
|
install: true
|
||||||
|
)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-boxes'
|
# Template file for 'gnome-boxes'
|
||||||
pkgname=gnome-boxes
|
pkgname=gnome-boxes
|
||||||
version=3.30.0
|
version=3.30.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# missing dependency: ovirt
|
# missing dependency: ovirt
|
||||||
configure_args="-Dovirt=false"
|
configure_args="-Dovirt=false"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue