浏览代码

xpdf: depends on freetype, so select it in kconfig as well

Peter Korsgaard 16 年之前
父节点
当前提交
2389a4591b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/xpdf/Config.in

+ 1 - 0
package/xpdf/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_XPDF
 	bool "xpdf"
 	select BR2_PACKAGE_OPENMOTIF
+	select BR2_PACKAGE_FREETYPE
 	help
 	  Xpdf is an open source viewer for Portable Document Format
 	  (PDF) files.