office-gobmx/vcl/Package_opengl_denylist.mk
Luboš Luňák 65b47341fe move the rest of OpenGL VCL code all to one place
Change-Id: I6e4133ea6743edd224d9360bbd1197c950283be1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107399
Tested-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-12-09 11:50:11 +01:00

16 lines
551 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,vcl_opengl_denylist,$(SRCDIR)/vcl/source/opengl))
$(eval $(call gb_Package_add_files,vcl_opengl_denylist,$(LIBO_SHARE_FOLDER)/opengl,\
opengl_denylist_windows.xml \
))
# vim: set noet sw=4 ts=4: