瀏覽代碼

Oops. Need to escape parentheses


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4658 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.1.90
DRC 13 年之前
父節點
當前提交
ca1cdb00c4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      unix/xserver/hw/vnc/Makefile.am

+ 1
- 1
unix/xserver/hw/vnc/Makefile.am 查看文件

@@ -72,7 +72,7 @@ pixman.h:
if [ ! "$$PIXMANINCDIR" = "" ]; then \
cat $$PIXMANINCDIR/pixman.h | sed 's/xor/c_xor/' > $(srcdir)/pixman.h; \
else \
echo Pixman include directory not set in XSERVERLIBS_CFLAGS (perhaps Pixman was not found by configure?); \
echo Pixman include directory not set in XSERVERLIBS_CFLAGS \(perhaps Pixman was not found by configure?\); \
fi

fbrop.h: $(top_srcdir)/fb/fbrop.h

Loading…
取消
儲存