diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-12 06:32:13 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-12 06:32:13 +0000 |
commit | d6aa69cc80b27e63f4f77420532b4ed83af7c2a3 (patch) | |
tree | d47c33306a8d47adff7220bd57474088a02df638 /packages/qtopia-phone | |
parent | 010801ea8f8b51e49a9474012d932b244566cfdd (diff) |
Qtopia Phone X11: Set LD_LIBRARY_PATH bump the PR due the package content change
Diffstat (limited to 'packages/qtopia-phone')
-rw-r--r-- | packages/qtopia-phone/qtopia-phone-x11/Xsession.d/99qtopia | 1 | ||||
-rw-r--r-- | packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/qtopia-phone/qtopia-phone-x11/Xsession.d/99qtopia b/packages/qtopia-phone/qtopia-phone-x11/Xsession.d/99qtopia index 3eca6bba91..0496deff86 100644 --- a/packages/qtopia-phone/qtopia-phone-x11/Xsession.d/99qtopia +++ b/packages/qtopia-phone/qtopia-phone-x11/Xsession.d/99qtopia @@ -3,6 +3,7 @@ # path setup export QPEDIR=/opt/Qtopia export PATH=$QPEDIR/bin:$PATH +export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH #tell how to inform illume on incoming phone calls #export ILLUME_PHONE_CALL= diff --git a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb index 21945c5011..e4be0e7246 100644 --- a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb +++ b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb @@ -10,9 +10,9 @@ SECTION = "qtopia-phone" LICENSE = "GPL" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" -DEPENDS = "glib-2.0 dbus tslib freetype alsa-lib bluez-libs virtual/libx11 fontconfig xft libxext libxrender libxrandr libxcursor libxtst" +DEPENDS = "glib-2.0 dbus freetype alsa-lib bluez-libs virtual/libx11 fontconfig xft libxext libxrender libxrandr libxcursor libxtst" PROVIDES = "qtopia-phone" -PR = "r1" +PR = "r2" SRCREV = "${AUTOREV}" SRC_URI = "git://git.openmoko.org/git/qtopia.git;protocol=git \ file://device-conf \ |