diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xev_1.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.0.bb b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb index b3404092ed..8d45e2e3de 100644 --- a/meta/recipes-graphics/xorg-app/xev_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb @@ -4,6 +4,8 @@ DESCRIPTION = "X Event Viewer" LICENSE = "MIT" PE = "1" +DEPENDS += "libxrandr xproto" + SRC_URI += "file://diet-x11.patch" SRC_URI[md5sum] = "2727c72f3eba0c23f8f6b2e618d195a2" |