-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This has moved all the shared library building logic into mesa itself thus now we just need to flip an option in the makefile and recompile
- Loading branch information
Showing
4 changed files
with
129 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 0d8d4c40c318afcddd18a99ebd82edc7c036a69b Mon Sep 17 00:00:00 2001 | ||
From: Robert Farmer <[email protected]> | ||
Date: Fri, 7 Sep 2018 15:04:04 +0200 | ||
Subject: [PATCH] turn shared on | ||
|
||
--- | ||
utils/makefile_header | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/utils/makefile_header b/utils/makefile_header | ||
index c22aa247f..688b4cf2f 100644 | ||
--- a/utils/makefile_header | ||
+++ b/utils/makefile_header | ||
@@ -86,7 +86,7 @@ USE_STUB_FOR_CRLIBM = NO | ||
|
||
# step 9) Build shared libraries? Needed if you want mesa to be usable in python | ||
|
||
-USE_SHARED = NO | ||
+USE_SHARED = YES | ||
|
||
|
||
################################################################# | ||
-- | ||
2.17.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters