After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725299 - build: Detect Lua in Debian systems
build: Detect Lua in Debian systems
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-27 10:12 UTC by Juan A. Suarez Romero
Modified: 2014-02-27 22:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Detect Lua in Debian systems (1.10 KB, patch)
2014-02-27 10:12 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2014-02-27 10:12:00 UTC
Grilo detects Lua by checking lua.pc module. But in Debiann systems, the file is named lua5.2.pc.

Attached it is patch to detect Lua in Debian systems.

Product: grilo
Component: plugins
   27426a6 build: Detect Lua in Debian systems
Comment 1 Juan A. Suarez Romero 2014-02-27 10:12:03 UTC
Created attachment 270453 [details] [review]
build: Detect Lua in Debian systems

Debian packages lua pkgconfig file as lua5.2.pc, instead of plainly lua.pc.
Comment 2 Juan A. Suarez Romero 2014-02-27 22:52:04 UTC
Attachment 270453 [details] pushed as d00bfa9 - build: Detect Lua in Debian systems