FreeBSD Bugzilla – Attachment 165745 Details for
Bug 205149
x11/kde4-workspace: kwin_opengl_test fails with segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix linking order
patch-kwin_opengltest_CMakeLists.txt (text/plain), 457 bytes, created by
David Naylor
on 2016-01-18 06:59:32 UTC
(
hide
)
Description:
Fix linking order
Filename:
MIME Type:
Creator:
David Naylor
Created:
2016-01-18 06:59:32 UTC
Size:
457 bytes
patch
obsolete
>--- kwin/opengltest/CMakeLists.txt.orig 2016-01-18 06:47:15 UTC >+++ kwin/opengltest/CMakeLists.txt >@@ -4,7 +4,7 @@ set(kwin_opengl_test_SRCS opengltest.cpp > > kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS}) > >-target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY}) >+target_link_libraries(kwin_opengl_test ${OPENGL_gl_LIBRARY} ${X11_LIBRARIES}) > > install(TARGETS kwin_opengl_test DESTINATION ${LIBEXEC_INSTALL_DIR} ) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205149
: 165745