diff options
Diffstat (limited to 'recipes/xorg-app/xkbcomp_1.1.1.bb')
-rw-r--r-- | recipes/xorg-app/xkbcomp_1.1.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-app/xkbcomp_1.1.1.bb b/recipes/xorg-app/xkbcomp_1.1.1.bb new file mode 100644 index 0000000000..ca6cdb8898 --- /dev/null +++ b/recipes/xorg-app/xkbcomp_1.1.1.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc + +DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." + +DEPENDS += " virtual/libx11 libxkbfile" |