1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= ebc2757f39fd4c7db1654fd86591589c211aa20172d43a54f77ae567cedbf8a2
10 PKG_DESCR
:= wayland server
11 PKG_SECTION
:= x11
/drivers
12 PKG_DEPENDS
:= wayland wayland-protocols libepoxy libtirpc
13 PKG_DEPENDS
+= pixman libxkbfile libxfont2 font-util libressl
14 PKG_DEPENDS
+= libxdmcp libxshmfence libx11 libxcb libxext
15 PKG_DEPENDS
+= libxau libfreetype libfontenc
16 PKG_BUILDDEP
:= wayland wayland-protocols libepoxy libtirpc
17 PKG_BUILDDEP
+= pixman xorgproto libxkbfile libXfont2 font-util
18 PKG_BUILDDEP
+= libressl libXdmcp libxshmfence libX11 libxcb
19 PKG_BUILDDEP
+= libXext libXau freetype libfontenc
20 PKG_URL
:= https
://xorg.freedesktop.org
/
21 PKG_SITES
:= https
://www.x.org
/releases
/individual
/xserver
/
23 include $(ADK_TOPDIR
)/mk
/package.mk
25 $(eval
$(call PKG_template
,XWAYLAND
,xwayland
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
27 WRKBUILD
= $(WRKDIR
)/$(PKG_NAME
)-obj
35 $(INSTALL_DIR
) $(IDIR_XWAYLAND
)/usr
/bin
36 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/Xwayland \
37 $(IDIR_XWAYLAND
)/usr
/bin
39 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk