From 363f6f64459ff483191c1d4bbba7963316e5578c Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Sat, 6 Nov 2010 13:22:10 +0200 Subject: 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 Signed-off-by: Kristoffer Ericson --- recipes/echinus/echinus_0.4.3.2.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/echinus/echinus_0.4.3.2.bb') 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 } -- cgit 1.2.3-korg