diff options
Diffstat (limited to 'recipes/xorg-app/appres_1.0.1.bb')
-rw-r--r-- | recipes/xorg-app/appres_1.0.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/xorg-app/appres_1.0.1.bb b/recipes/xorg-app/appres_1.0.1.bb new file mode 100644 index 0000000000..4b6447a82e --- /dev/null +++ b/recipes/xorg-app/appres_1.0.1.bb @@ -0,0 +1,7 @@ +require xorg-app-common.inc +PE = "1" + +DESCRIPTION = "The appres program prints the resources seen by an application." + +DEPENDS += " virtual/libx11 libxt" + |