How do I see what rules an application was compiled with?

Asked by Duncan Lithgow

How can we see if Kino has been compiled with --with-dv1394 or the standard debian rule: --without-dv1394

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kino Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

hi duncan

you have to look at debian/rules file for that

first

apt-get souce kino

then cd into the extracted directory

then

vi debian/rules

or

cd debian

gedit rules

Regards

Revision history for this message
Duncan Lithgow (duncan-lithgow) said :
#2

Thanks Bhavani Shankar, that solved my question.