a60cc58021
News in this version: - Solve some limitations of walkthrough mode (fdo#81425) - Multisampling (better rendering quality, mainly at the edges) - Better error handling (no crash in case of invalid input file) Change-Id: I46fdf56b00476614487fbcc04178e43e33a01794 Reviewed-on: https://gerrit.libreoffice.org/11179 Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
21 lines
670 B
Makefile
21 lines
670 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_UnpackedTarball_UnpackedTarball,libgltf))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,libgltf,$(LIBGLTF_TARBALL)))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchflags,libgltf,--binary))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,libgltf,1))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,libgltf,\
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|