1b37b109fSdamjan#************************************************************** 2b37b109fSdamjan# 3b37b109fSdamjan# Licensed to the Apache Software Foundation (ASF) under one 4b37b109fSdamjan# or more contributor license agreements. See the NOTICE file 5b37b109fSdamjan# distributed with this work for additional information 6b37b109fSdamjan# regarding copyright ownership. The ASF licenses this file 7b37b109fSdamjan# to you under the Apache License, Version 2.0 (the 8b37b109fSdamjan# "License"); you may not use this file except in compliance 9b37b109fSdamjan# with the License. You may obtain a copy of the License at 10b37b109fSdamjan# 11b37b109fSdamjan# http://www.apache.org/licenses/LICENSE-2.0 12b37b109fSdamjan# 13b37b109fSdamjan# Unless required by applicable law or agreed to in writing, 14b37b109fSdamjan# software distributed under the License is distributed on an 15b37b109fSdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16b37b109fSdamjan# KIND, either express or implied. See the License for the 17b37b109fSdamjan# specific language governing permissions and limitations 18b37b109fSdamjan# under the License. 19b37b109fSdamjan# 20b37b109fSdamjan#************************************************************** 21b37b109fSdamjan 22b37b109fSdamjan 23b37b109fSdamjan 24b37b109fSdamjan$(eval $(call gb_Package_Package,x11_extensions_inc,$(SRCDIR)/x11_extensions)) 25b37b109fSdamjan 26*6a487aaeSdamjan$(eval $(call gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/Xrandr.h,inc/Xrandr.h)) 27*6a487aaeSdamjan$(eval $(call gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/Xrender.h,inc/Xrender.h)) 28b37b109fSdamjan$(eval $(call gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/randr.h,inc/randr.h)) 29b37b109fSdamjan$(eval $(call gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/randrproto.h,inc/randrproto.h)) 30b37b109fSdamjan$(eval $(call gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/render.h,inc/render.h)) 31b37b109fSdamjan$(eval $(call gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/renderproto.h,inc/renderproto.h)) 32