diff options
author | Emil Velikov <[email protected]> | 2015-03-29 00:56:09 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-01 14:46:41 +0100 |
commit | c07df0f2014636b601cdbaff63214296599b1ad5 (patch) | |
tree | 43739e6fbb1a0ac7ce259373d48df2ad32866902 /src | |
parent | 1d36c52f5db1e7ed651d6cea24fe87e80c7c1565 (diff) |
osmesa: don't try to bundle osmesa.def SConscript
Both of which were removed with commit 69db422218b(scons: Don't build
osmesa.)
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index 60048cc56a7..9a388d64cd5 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -21,8 +21,6 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -EXTRA_DIST = osmesa.def SConscript - AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ |