59b0aa7a7e
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
16 lines
610 B
Makefile
16 lines
610 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXmu -- X.Org Xmu library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXMU_VERSION = 1.0.4
|
|
XLIB_LIBXMU_SOURCE = libXmu-$(XLIB_LIBXMU_VERSION).tar.bz2
|
|
XLIB_LIBXMU_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXMU_AUTORECONF = NO
|
|
XLIB_LIBXMU_INSTALL_STAGING = YES
|
|
XLIB_LIBXMU_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto
|
|
XLIB_LIBXMU_CONF_OPT = --enable-shared --disable-static
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXmu))
|