mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-19 20:10:29 +01:00
link libdrm_intel properly
libdrm_intel needs symbols from libdrm, so link against it.
(cherry picked from commit d9c2f65dd8)
Conflicts:
libdrm/Makefile.am
This commit is contained in:
parent
9dda3a8f63
commit
4c8aeb6fc7
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
SUBDIRS = intel
|
||||
SUBDIRS = . intel
|
||||
|
||||
libdrm_la_LTLIBRARIES = libdrm.la
|
||||
libdrm_ladir = $(libdir)
|
||||
|
|
@ -27,7 +27,7 @@ libdrm_la_LDFLAGS = -version-number 2:3:0 -no-undefined
|
|||
AM_CFLAGS = -I$(top_srcdir)/shared-core
|
||||
libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c \
|
||||
xf86drmMode.c libdrm_lists.h
|
||||
libdrm_la_LIBADD = @PTHREADSTUBS_LIBS@
|
||||
libdrm_lists.h
|
||||
|
||||
libdrmincludedir = ${includedir}
|
||||
libdrminclude_HEADERS = xf86drm.h xf86drmMode.h
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ AM_CFLAGS = \
|
|||
libdrm_intel_la_LTLIBRARIES = libdrm_intel.la
|
||||
libdrm_intel_ladir = $(libdir)
|
||||
libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
||||
libdrm_intel_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
||||
|
||||
libdrm_intel_la_SOURCES = \
|
||||
intel_bufmgr.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue