view libinterp/octinterp.in.pc @ 28246:c387a55aed05

Fix problem with uicontrol "Enable" transition from "off"->"inactive" (bug #57128). * BaseControl.cc (update): Call setEnable(true) when "Enable" switched to "inactive".
author Rik <rik@octave.org>
date Sun, 26 Apr 2020 15:01:41 -0700
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave interpreter.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires: octave = @PACKAGE_VERSION@
Requires.private:
Libs: -L@octlibdir@ @LIBOCTINTERP@
Libs.private:
Cflags: -I@octincludedir@/..