diff options
| author | Koen Kooi <koen@openembedded.org> | 2006-04-27 12:55:18 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 12:55:18 +0000 |
| commit | 3293e3dc0319a48cdf4846e02508a9654eca7c71 (patch) | |
| tree | efb15dac04e4e081207c1912c0cdfbe9e1fa665a /packages | |
| parent | 13292396f6a67864b93088dd6e5db5a33889887d (diff) | |
libxkbui: merge from #870
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/xlibs/libxkbui_1.0.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/xlibs/libxkbui_1.0.1.bb b/packages/xlibs/libxkbui_1.0.1.bb new file mode 100644 index 0000000000..b1ce4f4c11 --- /dev/null +++ b/packages/xlibs/libxkbui_1.0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "X11 keyboard library" +SECTION = "libs" +PRIORITY = "optional" +#MAINTAINER = "" +LICENSE = "GPL" + +DEPENDS = "libx11 libxt libxkbfile kbproto" + +SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |
