mchehab / zbar

ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
https://linuxtv.org/downloads/zbar/
GNU Lesser General Public License v2.1
964 stars 202 forks source link

"make dist" fails with "No rule to make target 'zbar-qt.pc.in', needed by 'distdir-am'" #251

Closed mcb30 closed 8 months ago

mcb30 commented 1 year ago

Running make dist fails with the error:

make[2]: *** No rule to make target 'zbar-qt.pc.in', needed by 'distdir-am'.  Stop.

This appears to be caused by commit https://github.com/mchehab/zbar/commit/4703c4e531b024f476fedc3d7b9d229c48458cdf which removed the file zbar-qt.pc.in from the tree but left it still referenced in Makefile.am:

EXTRA_DIST += zbar.ico zbar.nsi zbar-qt5.pc.in zbar-qt.pc.in \
     dbus/org.linuxtv.Zbar.conf
mcb30 commented 8 months ago

Fixed via #252