modified: l/libepoxy/libepoxy-1.4.3.eb

deleted:    l/libepoxy/.libepoxy-1.4.3.eb.swp
This commit is contained in:
Lukáš Krupčík 2017-06-26 09:07:41 +02:00
parent 5bf89183d1
commit a3cd7aa9e0
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -6,14 +6,14 @@ version = '1.4.3'
homepage = "https://github.com/anholt/libepoxy"
description = "Epoxy is a library for handling OpenGL function pointer management for you"
toolchain = {'name': 'intel', 'version': '2017a'}
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCE_TAR_XZ]
source_urls = ['https://github.com/anholt/libepoxy/releases/download/%(version)s']
dependencies = [
('Mesa', '17.0.2'),
]
#dependencies = [
# ('Mesa', '17.0.2'),
#]
configopts = '--enable-egl=no'