gnome-boxes: fix linkage against bundled libs
This commit is contained in:
parent
2453a5080b
commit
37744c6995
|
@ -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'
|
||||
pkgname=gnome-boxes
|
||||
version=3.30.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
# missing dependency: ovirt
|
||||
configure_args="-Dovirt=false"
|
||||
|
|
Loading…
Reference in New Issue