From: Michael Büsch Date: Fri, 29 Oct 2010 18:03:27 +0000 (+0000) Subject: karmen: We implicitely link against libSM and libICE. Add dependencies. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7a473608fc29a491010a8c12ef86dd56a95c1e7d;p=openwrt%2Fsvn-archive%2Ffeeds.git karmen: We implicitely link against libSM and libICE. Add dependencies. SVN-Revision: 23711 --- 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