20 lines
325 B
Makefile
20 lines
325 B
Makefile
|
#
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
# blogic@openwrt.org
|
||
|
|
||
|
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.2/src/proto/
|
||
|
|
||
|
_CATEGORY:=proto
|
||
|
|
||
|
include ../../common.mk
|
||
|
|
||
|
define Build/Compile
|
||
|
true
|
||
|
endef
|
||
|
|
||
|
|