mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32: Fix libbonoboui compiling.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18756 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1ddcb88d0c
commit
495aea766d
@ -709,7 +709,7 @@ function inst_libbonoboui() {
|
||||
# We override the $GNOME_DIR libbonoboui files because
|
||||
# those erroneously depend on the obsolete libxml2.dll
|
||||
cp -a $_LIBBONOBOUI_UDIR/bin/libbonoboui*.dll $_GNOME_UDIR/bin
|
||||
cp -a $_LIBBONOBOUI_UDIR/lib/libbonoboui*.dll $_GNOME_UDIR/lib
|
||||
cp -a $_LIBBONOBOUI_UDIR/lib/libbonoboui* $_GNOME_UDIR/lib
|
||||
qpopd
|
||||
${PKG_CONFIG} --exists --atleast-version=2.24.2 libbonoboui-2.0 && [ -f $_LIBBONOBOUI_UDIR/bin/libbonoboui*.dll ] || die "libbonoboui not installed correctly"
|
||||
rm -rf ${TMP_UDIR}/libbonoboui-*
|
||||
|
Loading…
Reference in New Issue
Block a user