Browse Source

qemu-kvm: fixed to only inject library path for libx11 if it is really installed

user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
920a274470
  1. 6
      emulators/qemu-kvm/qemu-kvm.conf

6
emulators/qemu-kvm/qemu-kvm.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../qemu-kvm/qemu-kvm.conf # Filename: package/.../qemu-kvm/qemu-kvm.conf
# Copyright (C) 2010 - 2011 The OpenSDE Project # Copyright (C) 2010 - 2013 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -16,4 +16,6 @@
# installed at the right place and to avoid shared files with qemu # installed at the right place and to avoid shared files with qemu
datadir="$datadir/$pkg" datadir="$datadir/$pkg"
var_append GCC_WRAPPER_INSERT ' ' "-L$(pkgprefix libdir libx11)" if pkginstalled -f libx11; then
var_append GCC_WRAPPER_INSERT ' ' "-L$(pkgprefix libdir libx11)"
fi

Loading…
Cancel
Save