pekwm: cross build support.
This commit is contained in:
parent
03559f76e3
commit
e1d807b7ea
|
@ -1,8 +1,14 @@
|
|||
# Template build file for 'pekwm'.
|
||||
pkgname=pekwm
|
||||
version=0.1.17
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pkg-exec-prefix=/usr
|
||||
ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xft_XftFontOpen=yes
|
||||
ac_cv_lib_Xrender_XRenderCreatePicture=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
|
||||
ac_cv_lib_Xinerama_XineramaQueryScreens=yes ac_cv_lib_Xext_XShapeCombineShape=yes
|
||||
ac_cv_lib_Xrandr_XRRQueryExtension=yes ac_cv_lib_fribidi_fribidi_version_info=yes
|
||||
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||
short_desc="Window manager based on aewm++"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -12,7 +18,7 @@ checksum=8a1fd3bf9f38e8c7bb2b2864c090f986b60cec2281ecf1bba462d120fb327d00
|
|||
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel>=1.6 libXinerama-devel
|
||||
libXft-devel libXrender-devel fontconfig-devel libXpm-devel libXrandr-devel"
|
||||
libSM-devel libXft-devel libXrender-devel fontconfig-devel libXpm-devel libXrandr-devel"
|
||||
conf_files="
|
||||
/etc/pekwm/vars
|
||||
/etc/pekwm/mouse
|
||||
|
|
Loading…
Reference in New Issue