mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 05:02:22 +02:00
libxpm,libxsettings-client: remove libxt build-dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2556 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,9 +2,9 @@ DESCRIPTION = "Common code for XSETTINGS"
|
||||
SECTION = "x/libs"
|
||||
LICENSE = "BSD-X"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "virtual/libx11 libxt"
|
||||
# libxt is required to stop configure breaking builds by
|
||||
# including system paths to find it if it isn't present.
|
||||
DEPENDS = "virtual/libx11"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
headers = "xsettings-common.h xsettings-client.h"
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@ require xorg-lib-common.inc
|
||||
|
||||
DESCRIPTION = "X11 Pixmap library"
|
||||
LICENSE = "X-BSD"
|
||||
DEPENDS += "libxt libxext"
|
||||
PR = "r1"
|
||||
DEPENDS += "libxext"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
XORG_PN = "libXpm"
|
||||
|
||||
Reference in New Issue
Block a user