From 7a473608fc29a491010a8c12ef86dd56a95c1e7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Fri, 29 Oct 2010 18:03:27 +0000 Subject: [PATCH] karmen: We implicitely link against libSM and libICE. Add dependencies. SVN-Revision: 23711 --- desktop/wm/karmen/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/wm/karmen/Makefile b/desktop/wm/karmen/Makefile index 313d187..99ab421 100644 --- a/desktop/wm/karmen/Makefile +++ b/desktop/wm/karmen/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=karmen PKG_VERSION:=0.15 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://prdownloads.sourceforge.net/sourceforge/$(PKG_NAME)/ @@ -25,14 +25,14 @@ define Package/karmen SECTION:=xorg-wm CATEGORY:=Xorg SUBMENU:=window manager - DEPENDS:=+libX11 +freedesktop-compliant + DEPENDS:=+libX11 +libSM +libICE +freedesktop-compliant URL:=http://karmen.sourceforge.net/ endef define Package/karmen/description Karmen is a window manager for x, written by Johan Veenhuizen. It is designed to just work. There is no configuration file and no - library dependencies other than Xlib. The input focus model is + library dependencies other than Xlib/libSM/libICE. The input focus model is click-to-focus. Karmen aims at icccm and ewmh compliance. endef -- 2.30.2