aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-06 13:22:10 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-06 12:38:17 +0100
commit363f6f64459ff483191c1d4bbba7963316e5578c (patch)
treef1a6e80494f0e1ae45722b8ad3c38a0df3b48e85 /recipes
parent97360bd57ab1f283faf8c085133e12ff5d5612b7 (diff)
downloadopenembedded-363f6f64459ff483191c1d4bbba7963316e5578c.tar.gz
echinus-0.4.3.2: Enable xrandr support for rotation, bump PR.
Enabled xrandr support for rotation in config.mk, added libxrandr to DEPENDS, bumped PR. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/echinus/echinus_0.4.3.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/echinus/echinus_0.4.3.2.bb b/recipes/echinus/echinus_0.4.3.2.bb
index aca8c1877b..c92658e814 100644
--- a/recipes/echinus/echinus_0.4.3.2.bb
+++ b/recipes/echinus/echinus_0.4.3.2.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "echinus is a simple and lightweight tiling and floating window manager for X11."
SECTION = "x11/wm"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
-DEPENDS = "virtual/libx11 libxft"
+DEPENDS = "virtual/libx11 libxft libxrandr"
SRC_URI = "http://plhk.ru/static/echinus/echinus-${PV}.tar.gz \
file://Makefile"
@@ -23,8 +23,8 @@ PREFIX = /usr
MANPREFIX = /usr/share/man
CONF = /etc/echinus
-INCS = -I. `pkg-config --cflags xft` -Wall -DVERSION=\"${PV}\" -DSYSCONFPATH=\"${sysconfdir}/${PACKAGE}\"
-LIBS = -lc -lX11 `pkg-config --libs xft`
+INCS = -I. `pkg-config --cflags xft` -Wall -DXRANDR=1 -DVERSION=\"${PV}\" -DSYSCONFPATH=\"${sysconfdir}/${PACKAGE}\"
+LIBS = -lc -lX11 -lXrandr `pkg-config --libs xft`
EOF
}