mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
progs/tests: Build texcompress2 with scons
This commit is contained in:
parent
699db6d842
commit
39320c1bee
2 changed files with 1 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ progs = [
|
|||
'subtexrate',
|
||||
'tex1d',
|
||||
'texcmp',
|
||||
'texcompress2',
|
||||
'texfilt',
|
||||
'texgenmix',
|
||||
'texline',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
#include <stdio.h>
|
||||
#include <GL/glew.h>
|
||||
#include <GL/glut.h>
|
||||
#include <GL/glx.h>
|
||||
#include "readtex.c"
|
||||
|
||||
#define IMAGE_FILE "../images/arch.rgb"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue