dbus-glib: build as static library

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-01 16:00:11 +02:00
parent ac9473d47d
commit d4ca83e024
7 changed files with 7 additions and 33 deletions

View File

@ -35,8 +35,8 @@ mkdir -p .build-target && cd .build-target
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--enable-static \
--disable-shared \
--disable-tests \
--enable-asserts=no \
--with-introspect-xml="$ROOT/$DBUS_DIR/.build-host/introspect.xml" \

View File

@ -1,26 +0,0 @@
#!/bin/sh
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build-target/dbus/.libs/*.so* $INSTALL/usr/lib

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://freedesktop.org/wiki/Software/dbus"
PKG_URL="http://dbus.freedesktop.org/releases/dbus-python/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python dbus dbus-glib"
PKG_DEPENDS="Python dbus"
PKG_BUILD_DEPENDS="toolchain Python dbus dbus-glib"
PKG_PRIORITY="optional"
PKG_SECTION="python/system"

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
PKG_URL="http://www.freedesktop.org/software/ConsoleKit/dist/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="dbus dbus-glib polkit libX11"
PKG_DEPENDS="dbus polkit libX11"
PKG_BUILD_DEPENDS="toolchain dbus dbus-glib polkit libX11"
PKG_PRIORITY="optional"
PKG_SECTION="system"

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/dvdhrm/xwiimote"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="dbus-glib systemd bluez"
PKG_DEPENDS="systemd bluez"
PKG_BUILD_DEPENDS="toolchain dbus-glib systemd bluez"
PKG_PRIORITY="optional"
PKG_SECTION="sysutils/remote"

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/udisks"
PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="systemd glib dbus dbus-glib parted polkit libatasmart"
PKG_DEPENDS="systemd glib dbus parted polkit libatasmart"
PKG_BUILD_DEPENDS="toolchain sg3_utils systemd glib dbus dbus-glib parted polkit libatasmart"
PKG_PRIORITY="optional"
PKG_SECTION="system"

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://upower.freedesktop.org/"
PKG_URL="http://upower.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="systemd glib dbus dbus-glib polkit pm-utils libusb"
PKG_DEPENDS="systemd glib dbus polkit pm-utils libusb"
PKG_BUILD_DEPENDS="toolchain systemd glib dbus dbus-glib polkit libusb"
PKG_PRIORITY="optional"
PKG_SECTION="system"