mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 19:50:13 +01:00
Disable building static libraries. Bump to 2.0.2 for header updates.
This commit is contained in:
parent
aafedbf7c5
commit
56b0733852
1 changed files with 2 additions and 1 deletions
|
|
@ -19,12 +19,13 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libdrm], 2.0, [dri-devel@lists.sourceforge.net], libdrm)
|
||||
AC_INIT([libdrm], 2.0.2, [dri-devel@lists.sourceforge.net], libdrm)
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||
|
||||
AM_CONFIG_HEADER([libdrm/config.h])
|
||||
|
||||
AC_DISABLE_STATIC
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_CC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue