mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-06 07:58:01 +02:00
Fix libxcb/src compile with srcdir != builddir.
This commit is contained in:
parent
4a405feba8
commit
b08a5909da
1 changed files with 2 additions and 2 deletions
|
|
@ -268,10 +268,10 @@ $(EXTHEADERS) $(EXTSOURCES): c_client.py
|
|||
SUFFIXES = .xml
|
||||
|
||||
.xml.h:
|
||||
$(PYTHON) c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(XCBPROTO_XCBINCLUDEDIR)/$<
|
||||
$(PYTHON) $(srcdir)/c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(XCBPROTO_XCBINCLUDEDIR)/$<
|
||||
|
||||
.xml.c:
|
||||
$(PYTHON) c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(XCBPROTO_XCBINCLUDEDIR)/$<
|
||||
$(PYTHON) $(srcdir)/c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(XCBPROTO_XCBINCLUDEDIR)/$<
|
||||
|
||||
$(EXTENSION_XML):
|
||||
$(LN_S) -f $(XCBPROTO_XCBINCLUDEDIR)/$@ $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue