diff options
Diffstat (limited to 'meta/packages/xorg-app/xdpyinfo_1.0.2.bb')
-rw-r--r-- | meta/packages/xorg-app/xdpyinfo_1.0.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/xorg-app/xdpyinfo_1.0.2.bb b/meta/packages/xorg-app/xdpyinfo_1.0.2.bb index 62825e5a0f..4764a7089f 100644 --- a/meta/packages/xorg-app/xdpyinfo_1.0.2.bb +++ b/meta/packages/xorg-app/xdpyinfo_1.0.2.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | PE = "1" | ||
3 | 2 | ||
4 | DESCRIPTION = "X display information utility" | 3 | DESCRIPTION = "X display information utility" |
5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
6 | 5 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" | |
7 | DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp" | 6 | PR = "r1" |
7 | PE = "1" | ||
8 | 8 | ||
9 | SRC_URI += "file://disable-xkb.patch;patch=1" | 9 | SRC_URI += "file://disable-xkb.patch;patch=1" |
10 | 10 | ||