diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:50:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:50:05 +0000 |
commit | 90ebfbbaaadefef4442495437acef3fc3a8c60c7 (patch) | |
tree | 44ef5d3833afdc875ea5f5cbecc2fee51dbc3713 /meta/packages/xorg-lib | |
parent | 3de4627417e62595ce4349cb3a13c9180f8e6bfd (diff) | |
download | poky-90ebfbbaaadefef4442495437acef3fc3a8c60c7.tar.gz |
libxdmcp-native: do not provide xdmcp
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5206 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb b/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb index 0a37c66ebc..ddb164215c 100644 --- a/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb +++ b/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require libxdmcp_${PV}.bb | 1 | require libxdmcp_${PV}.bb |
2 | 2 | ||
3 | DEPENDS = "xproto-native util-macros-native" | 3 | DEPENDS = "xproto-native util-macros-native" |
4 | PROVIDES = "" | ||
4 | 5 | ||
5 | inherit native | 6 | inherit native |